TR5 Script file viewer
=--------------------=

General
=======

This program gives you information about the TR5 script. If you start it, first load the language file (like english.dat) and then the script file (script.dat). The script data will be displayd when you select a level. The information that will be showed is:

- Item names
- Items that will be added/removed from the invectory
- Sky (clouds and lightning) settings
- File names and young lara flag

Unfinished program
==================

This program is under contruction and is created for the final TR2WAD version to make TR5 levels and scripts. This program can't make any changes to the script yet and can contain bugs. If you find a bug, please report it to mb_n@hotmail.com and I might be able to fix it.

Known problems
==============

* If you select cancel when the open dialog shows up, you will get an error message.
* Maybe some item names in the add/remove from invectory are missing.

Changing item names
===================

The TR5Items.txt contains the codes for the items that are added/removed from the game. You can change it using a text editor. It contains the following structure:
number,name
The number is the code from it and name how it will be displayd. Example:
0,PISTOLS
Means ID 0 will be translated into PISTOLS.
I haven't included all names, because I don't know all of them. There aren't many add/remove codes used in TR5. If I can edit it, I will complete the list.